home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / bits and more bits < prev    next >
Text File  |  1999-06-15  |  598b  |  33 lines

  1. Category: Andrew's Filters 5
  2. Title: Bits and More Bits...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: BITSBITS.8BF
  6.  
  7. R:src(x>>val(0,0,5),y>>val(3,0,5),0)+rnd(0,val(6,0,255))-rnd(0,val(7,0,255))
  8.  
  9. G:src(x>>val(1,0,5),y>>val(4,0,5),1)+rnd(0,val(6,0,255))-rnd(0,val(7,0,255))
  10.  
  11. B:src(x>>val(2,0,5),y>>val(5,0,5),2)+rnd(0,val(6,0,255))-rnd(0,val(7,0,255))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red X
  16. ctl[1]: Green X
  17. ctl[2]: Blue X
  18. ctl[3]: Red Y
  19. ctl[4]: Green Y
  20. ctl[5]: Blue Y
  21. ctl[6]: Random 1
  22. ctl[7]: Random 2
  23.  
  24. val[0]: 26
  25. val[1]: 27
  26. val[2]: 25
  27. val[3]: 40
  28. val[4]: 20
  29. val[5]: 22
  30. val[6]: 92
  31. val[7]: 34
  32.  
  33.